Stylesheets from Compass framework
Project description
This repository is automatically updated from https://github.com/Compass/compass
Compass
Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
Installation
To get going with Compass python module you can install it from PyPi package:
pip install compass-stylesheets
Documentation
Compass documentation pages are available at http://compass-style.org/
Python package
After installation you can use pkg_resource module to access assets:
import pkg_resources
as_string = pkg_resources.resource_string("compass_stylesheets", "stylesheets/_compass.scss")
full_path_to_file = pkg_resources.resource_filename("compass_stylesheets", "stylesheets/_compass.scss")
file_like = pkg_resources.resource_stream("compass_stylesheets", "stylesheets/_compass.scss")
Package consists of scss files.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
compass-stylesheets-1.0.2.tar.gz
(46.1 kB
view hashes)
Close
Hashes for compass-stylesheets-1.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 289e36e8acde0d8a0ce3edadb0d35df5ed592c8a2a0c4df0425a9bbce6a29f4b |
|
MD5 | 70e1504d3204fb530f7bff2c766e685a |
|
BLAKE2b-256 | aa38eae0e663ac6b4371a6b1e1e737d50c1d4eb914ffe74ed169d6c056a43d74 |