
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
a CSS framework based on golden raito.
This project is still in the alpha phase. This framework is built using the SASS (a css preprocessor).
Use below installation steps to use the css files in your project / to test it out.
You can use either of the following cdn links to use the css file in your project
Full version:
<link href="https://unpkg.com/phi-css@0.1.1/dist/phi.css" rel="stylesheet">
or Minified version:
<link href="https://unpkg.com/phi-css@0.1.1/dist/phi.min.css" rel="stylesheet">
If you don't need the cdn links and you want to utilize the npm package, then run following command in your project directory:
npm i phi-css
And then, in your js file you can use it as:
import 'phi-css/dist/phi.css'
or
import 'phi-css/dist/phi.min.css'
The framework is divided into different files, so if you don't want to use specific feature you can just exclude the file while importing or while linking it to the html file.
Segregated file list:
base.css/base.min.css:
This framework is based on the normalized css, which acts as browser default setting resetter, it is optimized to reduce the file size, also contains some other basic features.grid.css/grid.min.css:
This file contains the grid structure for the framework.typography.css/typography.min.css:
This file contains typography features.components.css/components.min.css:
This contians styling for UI components such as text fields, buttons, etc.dark.css/dark.min.css:
This file contains styling for enabling the dark mode in your website.utilities.css/utilities.min.css:
This framework has some utility features which you can use on the go, which might come in handy while developing the website.All above files are combined into one as phi.css/phi.min.css,
Want to collaborate with me on this project? Slide into my DMs.
If you want to contribute into the project then please clone this github repo, do not use the npm package as it doen't contain the sass files. Package only contains dist folder.
Follow these steps to setup this repo in your machine:
Clone this repo.
While in the project folder, run npm installation npm install
Now run gulp in the termainal after npm installs necessary packages. You'll have compiled css files in the 'dist' folder. Test it out and see how it works for you!
If you find any bugs in the project, you can create a pull request.
FAQs
a CSS framework based on golden ratio
We found that phi-css 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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.