Files
pathfinder/sass/layout/_function.scss
Mark Friedrich 70f7501a43 - New delete "linked connection" options added to the "signature table", closed #803
- Fixed a bug where "signature reader" updates don´t respect changed sig. `groupId` changes, closed #838
- Fixed some minor CSS glitches in "modals/popups"
- Upgraded "[_BootboxJS_](http://bootboxjs.com)" js lib `v4.4.0` → `v5.2.0`
- Upgraded "[_hoverIntent_](http://briancherne.github.io/jquery-hoverIntent/)" js lib `v1.9.0` → `v1.10.0`
2019-08-12 19:26:08 +02:00

3 lines
108 B
SCSS

@function capitalize($string) {
@return to-upper-case(str-slice($string, 1, 1)) + str-slice($string, 2);
}