Skip to content

A python compiler, that resolves @imports in css, while keeping relative urls, relative to the base directory

Notifications You must be signed in to change notification settings

quinnbaetz/pyCssImport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Resolves @imports in css

Usage python: 
import pyCssImport

#prints out compilation relative to file
compile("path/to/file")

#prints out compilation relative to "path/to/file"
compile("path/to/file", "path/to")


Usage commandline:

#prints out compilation relative to file
python pyCssImport "path/to/file"









About

A python compiler, that resolves @imports in css, while keeping relative urls, relative to the base directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages