Skip to content

GSLAUUA r1

Latest
Compare
Choose a tag to compare
@Orangestar12 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
  • Will ignore comments, PHP, ASP in <% %>, and any text.
    • (Still tho, use &gt; and &lt; in your projects, mmkay?)
  • Does NOT ignore script tags yet!