Orangestar12
released this
15 Jan 19:37
·
6 commits
to master
since this release
This is GSLAUUA revision 1.
- Supports basic CSS classes in HTML.
- Use a period (.) for classes.
.my-class
- Use a hash mark (#) for IDs.
#my-id
- Use a period (.) for classes.
- Will ignore comments, PHP, ASP in <% %>, and any text.
- (Still tho, use
>
and<
in your projects, mmkay?)
- (Still tho, use
- Does NOT ignore script tags yet!