# brackets-plugin-exclusions **Repository Path**: mirrors_adobe/brackets-plugin-exclusions ## Basic Information - **Project Name**: brackets-plugin-exclusions - **Description**: Brackets plugin for working with CSS Exclusions - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CSS Exclusion Shape Viewer ========================== Deprecated ---------- This project is no longer maintained and is now archived. If you wish to revive this project, please consider forking it. Overview -------- This is a [Quick Edit Extension][ExtensionsHOWTO] for [Brackets][Brackets Home] that allows viewing of [CSS Exclusions][CSS Exclusions Spec] shapes in an inline editor. Installing ---------- To use this extension, simply copy it into the [user extensions folder for your system][Extension Location], like any other [extension][Brackets Extensions]. Some sample shapes can be found in `test.css` in this distribution. Known Issues ------------ * This does not work with shapes that are specified using relative units (em, %, vh, etc). It does work with absolute units (cm, px, in, etc) [ExtensionsHOWTO]: https://github.com/adobe/brackets/wiki/How%20to%20write%20extensions [Brackets Home]: http://brackets.io/ [CSS Exclusions Spec]: http://dev.w3.org/csswg/css3-exclusions/ [Extension Location]: https://github.com/adobe/brackets/wiki/New%20Extension%20Location [Brackets Extensions]: https://github.com/adobe/brackets/wiki/Brackets-Extensions