diff options
Diffstat (limited to 'tests/fixtures/scss/nested.scss')
| -rw-r--r-- | tests/fixtures/scss/nested.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/fixtures/scss/nested.scss b/tests/fixtures/scss/nested.scss new file mode 100644 index 0000000..2e51c2b --- /dev/null +++ b/tests/fixtures/scss/nested.scss @@ -0,0 +1,12 @@ +// 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 |
