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]
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.]
WeCSS basics
Something about no semicolons and variables [tbc]
How WeCSS looks
.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.]