Software Details:
Version: 1.3.4
Upload Date: 1 Mar 15
Distribution Type: Freeware
Downloads: 239
pyScss compress SCSS code into CSS, allowing Python developers to use SCSS inside their Python apps.
Sass is a Cascading Style Sheets (CSS) metalanguage.
It is a scripting language that is interpreted into CSS.
The module is fully compatible with SCSS (Sass) 3.2.
What is new in this release:
- debug_info now properly produces rules that can be used by FireSass and Google Chrome SASS Source Maps.
- Improved memory usage for large sets of files to be used as sprites.
- Warns about IE 4095 maximum number of selectors.
- debug_info prints info as comments if specified as comments.
- Better handling of undefined variables.
- Added CSS filter functions and skewX skewY.
- Command line tool and entry point fixed.
What is new in version 1.1.4:
- Added --debug-info command line option (for FireSass output).
- Added compass helper function reject().
- Added undefined keyword for undefined variables.
Requirements:
- Python 2.6 or higher
Comments not found