Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linkedin/eyeglass
NPM Modules for Sass
https://github.com/linkedin/eyeglass
css eyeglass eyeglass-modules javascript node-sass npm sass
Last synced: 3 days ago
JSON representation
NPM Modules for Sass
- Host: GitHub
- URL: https://github.com/linkedin/eyeglass
- Owner: linkedin
- Created: 2015-02-04T18:21:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T21:30:11.000Z (over 1 year ago)
- Last Synced: 2025-01-10T22:11:59.821Z (10 days ago)
- Topics: css, eyeglass, eyeglass-modules, javascript, node-sass, npm, sass
- Language: TypeScript
- Size: 6.02 MB
- Stars: 742
- Watchers: 24
- Forks: 48
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to the Eyeglass Monorepo
Eyeglass provides a way to distribute Sass files and their associated assets and javascript extensions via npm such that any build system can be adapted to automatically expose those Sass files to Sass's `@import` directive by just installing the code. If the imported files have references to images or other assets, those will be delivered to the fully-built application with the correct urls.
This monorepo provides:
* [The core Eyeglass library](packages/eyeglass)
* [Broccoli build tool integration](packages/broccoli-eyeglass)
* [Ember CLI integration](packages/ember-cli-eyeglass)Each package in this monorepo has it's own README that describes how to use it.
If you are a Sass developer looking to distribute your sass files as an eyeglass module you'll want to read the core library documentation for how to configure your npm package to be an eyeglass module.
### Provided by LinkedIn as Open Source Software
This project is provided by the LinkedIn Presentation Infrastructure team as open source software and is licensed under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). The lead developer is [Chris Eppstein](https://github.com/chriseppstein) ([🐦](https://twitter.com/chriseppstein)).