WeCSS [WIP] [Definitely needs Naos steady hand]

Norodo

  • Oh you Baidu, so randumb. (60 sites being indexed at once? Jeez)
  • Posts: 469
WeCSS [WIP] [Definitely needs Naos steady hand]
« on June 28th, 2012, 07:45 PM »Last edited on June 29th, 2012, 09:01 AM
Note: WeCSS is the CSS parser in Wedge. This page will, when completed, contain information on how WeCSS works. For now it will contain what I know.
WeCSS basics

Something about no semicolons and variables [tbc]

How WeCSS looks

Code: [Select]
.catbase
    overflow: hidden
    border-radius: 5px
    padding: 5px 10px 5px

Using "regular" CSS

You can use regular CSS on a filewide basis, which means you can not mix WeCSS-style CSS and regular CSS, and you may not use regular CSS in the main files. If you want to use both kinds of CSS, put them in different files. [probably need to answer why.]