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

foundation-sites-extensions

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

foundation-sites-extensions

Some extensions for Zurb Foundation for Sites that I think are reusable.

  • 0.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
55
increased by1275%
Maintainers
1
Weekly downloads
 
Created
Source

Extensions for Foundation for Sites

These are some extensions for Foundation for Sites that I will likely need to use in future projects.

Demo and Examples

Basic use

Assuming you are building your Foundation theme from SCSS:

  1. Import Foundation
    • @import 'foundation-sites/scss/foundation';
  2. Import Foundation Extentions
    • @import 'foundation-sites-extensions/scss/foundation-extensions';
  3. Override any variables you would like to customize
    • $white: blue;
  4. Include the portions you would like in your theme
    • @include foundation-extensions-everything;

For a list of variables that can be set, see: scss/_defaults.scss

Keywords

FAQs

Package last updated on 21 Sep 2019

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