diff options
| author | Sean Brant | 2013-03-09 15:57:26 -0600 | 
|---|---|---|
| committer | Sean Brant | 2013-03-09 15:57:26 -0600 | 
| commit | fa90f078e5de5a1acbd9eda529db17ab1b2b4cb3 (patch) | |
| tree | 7d3014b692f53e5272c52a7f87c66f5aa9908b44 /tests/fixtures/less/nested.less | |
| download | pykss-fa90f078e5de5a1acbd9eda529db17ab1b2b4cb3.tar.bz2 | |
Initial Import
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 | 
