Metadata-Version: 1.1
Name: django-bootstrap3-sass
Version: 3.3.2.1
Summary: A simple Django app to import bootstrap3-sass.
Home-page: UNKNOWN
Author: Tim Hsu
Author-email: tim.yellow@gmail.com
License: BSD License
Description: ================
        bootstrap3-sass
        ================
        
        bootstrap3-sass is a simple Django app to conduct Web-based bootstrap3-sass. For each
        question, visitors can choose between a fixed number of answers.
        
        
        Quick start
        -----------
        
        
        0. refere django libsass config first
        
        	https://github.com/torchbox/django-libsass
        
        
        1. Add "bootstrap3-sass" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = (
                ...
                'bootstrap3-sass',
            )
        
        2. import the scss directly in your scss file
        
        	@import "bootstrap";
        	
        
        3. enjoy it. bootsrap is in your scss project
        
        
        
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
