Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasinkuyu/brackets-units
Brackets Inline Units Conversion Extension (px to em /em to px etc.)
https://github.com/yasinkuyu/brackets-units
Last synced: 7 days ago
JSON representation
Brackets Inline Units Conversion Extension (px to em /em to px etc.)
- Host: GitHub
- URL: https://github.com/yasinkuyu/brackets-units
- Owner: yasinkuyu
- License: other
- Created: 2014-07-06T14:55:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T15:43:24.000Z (over 1 year ago)
- Last Synced: 2024-10-07T02:06:15.466Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 37
- Watchers: 6
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Insya Brackets Units
===========Brackets Inline `Units Conversion` Extension (px to em / em to px etc.)
### Installation
* Method 1: Open the Brackets Extension Manager and search for `brackets units`
* Method 2: Download directly from GitHub using either the latest release and install the contents to `extensions/user/insya-units` folder.### Units
% percentage
in inch
cm centimeter
mm millimeter
em 1em is equal to the current font size. 2em means 2 times the size of the current font. E.g., if an element is displayed with a font of 12 pt, then '2em' is 24 pt. The 'em' is a very useful unit in CSS, since it can adapt automatically to the font that the reader uses
ex one ex is the x-height of a font (x-height is usually about half the font-size)
pt point (1 pt is the same as 1/72 inch)
pc pica (1 pc is the same as 12 points)
px pixels (a dot on the computer screen)### Using
Select & `CTRL+E`
### Screencast
![Brackets Inline Units Conversion Extension](http://i58.tinypic.com/nmn6t1.gif)
### Roadmap
### Brackets Tools
https://github.com/yasinkuyu/brackets-tools
### License
The MIT License
Created 2014 Yasin Kuyu - [@yasinkuyu](https://twitter.com/yasinkuyu)