Add list mixin

This commit is contained in:
Brian Federle 2013-09-24 15:26:35 -07:00
parent b832517b4d
commit 2b1b16f9af
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
@mixin list {
table {
}
}