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-0.8.17.tar.gz
(34.6 kB
view hashes)
Close
Hashes for compass-stylesheets-0.8.17.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | eeba36db1321299415d105d5f65050ce4cafe5c18703da3c590c6fbb114645c0 |
|
MD5 | 0c8221c3fb8510a30e6b360ea5b26b26 |
|
BLAKE2b-256 | ebf9982c71fe60e32d8d656fbf929a66e8f157c946781f3e44b9329505199f1f |