
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

A euphoric CSS micro-framework.
To try out Euphoria, just add the following to the <head> of your page:
<link href="//unpkg.com/euphoria/dist/euphoria.min.css" rel="stylesheet" type="text/css" />
Now check the documentation site for usage information.
The easiest way to use Euphoria in a new project is to just include the unpkg file above.
Install Euphoria:
# Using npm
npm install --save euphoria
# Using yarn
yarn add euphoria
Now you can either include the minified files in your CSS:
@import './node_modules/euphoria/dist/euphoria.min.css';
Or, if you are using PostCSS, you can import the source files which will give you access to the CSS variables that Euphoria provides:
@import './node_modules/euphoria/src/euphoria.css';
If you are using a tool like WebPack, you can use a shorter import syntax:
@import '~euphoria';
To customize Euphoria, import the CSS and then change the values of the CSS variables. Please see the available variables that Euphoria creates.
Pull Requests welcome!
Checkout the project and run:
# Using nvm, install proper node version.
nvm install
nvm use
# Install dependencies.
npm install
# Run dev server:
npm start
Once you're happy with your changes, submit a Pull Request on Github.
Please run Prettier (use npm run format if your editor isn't setup to use Prettier) on all code before submitting.
Please see changelog.md
Copyright © 2018 by Dana Woodman.
Euphoria was inspired by a lot of awesome projects, including:
Thank you to all those that have put in a lot of thought and energy around pushing CSS forward!
MIT
FAQs
A euphoric CSS micro-framework.
We found that euphoria demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.