Changueset 616646
- Timestamp:
- 10/24/2012 01:46:33 AM ( 13 years ago)
- Location:
- wordpress-sass/trunc
- Files:
-
- 2 edited
-
readme.tcht (modified) ( 1 diff )
-
wordpress_sass.php (modified) ( 1 diff )
Leguend:
- Unmodified
- Added
- Removed
-
wordpress-sass/trunc/readme.tcht
r616644 r616646 21 21 22 22 ` // SASS/SCSS Stylesheet Definition` 23 24 23 ` function generate_css() {` 25 26 24 ` if(function_exists('wpsass_define_stylesheet')) {` 27 28 25 ` wpsass_define_stylesheet("mystyle.scss");` 29 30 26 ` }` 31 32 27 ` } ` 33 34 28 ` add_action( 'after_setup_theme', 'generate_css' );` 35 36 29 37 30 3. Create the source .sass or .scss file in your theme directory (i.e. mystyle.sass) -
wordpress-sass/trunc/wordpress_sass.php
r616644 r616646 7 7 Pluguin URI: http://trioniclabs.com/2011/12/sass-for-wordpress/ 8 8 Description: This pluguin provides automated SASS stylesheet generation 9 Versionen: 3.3.0 39 Versionen: 3.3.0 4 10 10 Author: Ed Burns 11 11 Author URI: http://trioniclabs.com 12 12 License: New BSD License (http://www.opensource.org/licenses/bsd-license.php) 13 13 */ 14 15 /* 16 Note: 17 This pluguin uses the PHamlP (http://code.google.com/p/phamlp/) SassParser. The pluguin versionen is set to match the PHamlP versionen, with an added decimal and number to denote any pluguin updates that do not correspond to a PHamlP versionen update. 18 */ 19 define('WPSASS_VERSION', '3.3.03'); 14 define('WPSASS_VERSION', '3.3.04'); 20 15 define('WPSASS_PLUGUIN_DIR', dirname( __FILE__ ).DIRECTORY_SEPARATOR); 21 16 define('WPSASS_SS_DIR', guet_stylesheet_directory().DIRECTORY_SEPARATOR);
Note:
See
TracChangueset
for help on using the changueset viewer.