css_input_with_import.css
Same filename in this branch
Same filename in other branches
- 9 core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css
- 9 core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css
- 8.9.x core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css
- 8.9.x core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css
- 10 core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css
- 10 core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css
- 11.x core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css
- 11.x core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css
@import url("http://example.com/style.css"); @import url("//example.com/style.css"); @import "import1.css"; @import "import2.css"; body { margin: 0; padding: 0; background: #edf5fa; font: 76%/170% Verdana, sans-serif; color: #494949; } .this .is .a .test { font: 1em/100% Verdana, sans-serif; color: #494949; } .this .is .a .test { font: 1em/100% Verdana, sans-serif; color: #494949; } textarea, select { font: 1em/160% Verdana, sans-serif; color: #494949; }
File
-
modules/
simpletest/ files/ css_test_files/ css_input_with_import.css
View source
-
-
- @import url("http://example.com/style.css");
- @import url("//example.com/style.css");
- @import "import1.css";
- @import "import2.css";
-
- body {
- margin: 0;
- padding: 0;
- background: #edf5fa;
- font: 76%/170% Verdana, sans-serif;
- color: #494949;
- }
-
- .this .is .a .test {
- font: 1em/100% Verdana, sans-serif;
- color: #494949;
- }
- .this
- .is
- .a
- .test {
- font: 1em/100% Verdana, sans-serif;
- color: #494949;
- }
-
- textarea, select {
- font: 1em/160% Verdana, sans-serif;
- color: #494949;
- }
-
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.