Skip to content

Latest commit

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Python Stylus

python-stylus bridges your Python code and the Stylus library.

Prerequisites

This libraries assumes you have a couple of things in place already for stylus to work:

  • Node installed with the node command available to use in your runtime.
  • Stylus installed in your working directory's node_modules folder or in a location specified in your NODE_PATH environment variable.

Installation

pip install stylus

Usage

fromstylusimportStyluscompiler=Stylus()
compiler.compile("""border-radius() -webkit-border-radius arguments -moz-border-radius arguments border-radius argumentsbody font 12px Helvetica, Arial, sans-serifa.button border-radius 5px""")
# import pluginscompiler.use("nib")
compiler.compile("""@import 'nib'body background: linear-gradient(top, white, black)""")

About

python bridge for the stylus css compiler

Resources

Stars

14 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages