Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

conduit-sass

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conduit-sass

Conduit SASS files (with Bootstrap 4 included) + optional build tools for modifying templates

  • 1.6.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Conduit SASS

This repository contains the SASS files required for frontend apps that adhere to the Conduit ProductionReady spec. The entry file scss/conduit.scss not only includes all Conduit specific styles, but also includes a version of Bootstrap 4 Alpha. This ensures all future versions of Conduit SASS are guaranteed to work, as B4 is in alpha and subject to frequent changes.

Using it in a project

Run npm install conduit-sass --save, then in your project's local SASS file @import 'node_modules/conduit-sass/scss/conduit.scss';

Modifying SASS/HTML

We've included a simple gulp task that assists in viewing & modifying the templates & SASS. To preview and modify Conduit SASS & HTML with livereload, do the following:

  1. Pull repo
  2. npm install
  3. Run gulp

Your browser should open automatically with livereload enabled. Whenever you edit SASS files in the scss/ folder or modify HTML files in the pages/ folder, gulp will regenerate & place a single CSS file and the individual HTML files into the app/ folder.

Keywords

FAQs

Package last updated on 08 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc