aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/sass/nested.sass
diff options
context:
space:
mode:
authorSean Brant2013-03-09 15:57:26 -0600
committerSean Brant2013-03-09 15:57:26 -0600
commitfa90f078e5de5a1acbd9eda529db17ab1b2b4cb3 (patch)
tree7d3014b692f53e5272c52a7f87c66f5aa9908b44 /tests/fixtures/sass/nested.sass
downloadpykss-fa90f078e5de5a1acbd9eda529db17ab1b2b4cb3.tar.bz2
Initial Import
Diffstat (limited to 'tests/fixtures/sass/nested.sass')
-rw-r--r--tests/fixtures/sass/nested.sass10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/fixtures/sass/nested.sass b/tests/fixtures/sass/nested.sass
new file mode 100644
index 0000000..ae0309e
--- /dev/null
+++ b/tests/fixtures/sass/nested.sass
@@ -0,0 +1,10 @@
+/* Your standard form element.
+ *
+ * Styleguide 3.0.0 */
+form
+
+ /* Your standard text input box.
+ *
+ * Styleguide 3.0.1 */
+ input[type="text"]
+ border: 1px solid #ccc \ No newline at end of file