File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- # scss-compile  [ IN-DEVELOPMENT ]   
1+ # scss-compile  
22
33A CLI for compiling SCSS files to CSS, and associated pre-commit hook.
44
55This CLI is a small wrapper around [ libsass-python] ( https://github.com/sass/libsass-python ) ,
66which also aims to be compatible with [ pre-commit] ( https://pre-commit.com/ ) ,
77and provide a pre-commit hook.
88
9+ ** NOTE** : The package in on alpha release, but looks to be working as intended,
10+ and will be trialled in [ sphinx-panels] ( https://github.com/executablebooks/sphinx-panels ) ,
11+ and then [ sphinx-book-theme] ( https://github.com/executablebooks/sphinx-book-theme ) .
12+ 
913## Installation  
1014
11- To use directly as CLI:
15+ To use directly as a  CLI:
1216
1317``` console 
1418pip install scss-compile 
Original file line number Diff line number Diff line change 1- __version__  =  "0.0.1 " 
1+ __version__  =  "0.1.0 " 
22
33import  json 
44import  hashlib 
Original file line number Diff line number Diff line change 1212
1313setup (
1414    name = "scss-compile" ,
15-     version = " version" 
15+     version = version ,
1616    description = (
1717        "A CLI for compiling SCSS files to CSS, and associated pre-commit hook." 
1818    ),
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments