diff options
Diffstat (limited to 'tests/fixtures/less/nested.less')
| -rw-r--r-- | tests/fixtures/less/nested.less | 17 | 
1 files changed, 17 insertions, 0 deletions
| diff --git a/tests/fixtures/less/nested.less b/tests/fixtures/less/nested.less new file mode 100644 index 0000000..3eea176 --- /dev/null +++ b/tests/fixtures/less/nested.less @@ -0,0 +1,17 @@ +@import "_label"; +/* +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 | 
