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
Close
Hashes for compass-stylesheets-1.1.0a1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | da671d55419fd7fb75028fd7e44943f1d7b2e60dd64163f9df9edb5762e3aa30 |
|
MD5 | 1abdcde3cf1bcc097d55c95e55921fc7 |
|
BLAKE2b-256 | fcc49582b22264d628da93b836e7d3c46aec1d48aea01153d71dcda4ab3a6a2b |