# css-angle-units **Repository Path**: mirrors_niksy/css-angle-units ## Basic Information - **Project Name**: css-angle-units - **Description**: List of CSS angle units. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # css-angle-units [![Build Status][ci-img]][ci] List of CSS [``][angle] units. ## Install ```sh npm install css-angle-units --save ``` ## Usage ```js var cssAngleUnits = require('css-angle-units'); console.log(cssAngleUnits); /* [ "deg", "grad", "rad", "turn" ] */ ``` ## License MIT © [Ivan Nikolić](http://ivannikolic.com) [ci]: https://travis-ci.org/niksy/css-angle-units [ci-img]: https://img.shields.io/travis/niksy/css-angle-units.svg [angle]: https://developer.mozilla.org/en-US/docs/Web/CSS/angle