Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-sass/test/fixtures/source-comments/index.scss')
-rw-r--r--node_modules/node-sass/test/fixtures/source-comments/index.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/node_modules/node-sass/test/fixtures/source-comments/index.scss b/node_modules/node-sass/test/fixtures/source-comments/index.scss
deleted file mode 100644
index 38a8fe6..0000000
--- a/node_modules/node-sass/test/fixtures/source-comments/index.scss
+++ /dev/null
@@ -1,16 +0,0 @@
-#navbar {
- width: 80%;
- height: 23px;
-}
-
-#navbar ul {
- list-style-type: none;
-}
-
-#navbar li {
- float: left;
-
- a {
- font-weight: bold;
- }
-}