Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css minifier api


#JS Minifier
for file in $(ls|grep '.js'); do curl -X POST -s --data-urlencode "input@${file}" https://www.toptal.com/developers/javascript-minifier/raw > "${file}.min.js"; done

## CSS Minifier
# https://www.toptal.com/developers/cssminifier/api
for file in $(ls |grep '.css'); do curl -X POST -s --data-urlencode "input@${file}" https://www.toptal.com/developers/cssminifier/raw > "${file}.min.css" ; done
Comment

PREVIOUS NEXT
Code Example
Css :: why css does not apply when complete url is entered home/index 
Css :: word ellipsis css 
Css :: how to set height equal to dynamic width pure css 
Css :: how to lighten a color in css 
Css :: how to move an image up in css 
Css :: how to remove default styling of a tag 
Css :: border color transparent 
Css :: tailwindcss cli with custom config file name 
Css :: large input box bootstrap 4 
Css :: nth-child() css 
Css :: animate font weight css 
Css :: css line under text 
Css :: position an icon in relation a parent element 
Css :: coustomize srollbar 
Css :: image resize css 
Css :: border properties css 
Css :: how to change selection color 
Css :: css background color over image 
Css :: border-radius cross browser 
Css :: scroll x css 
Css :: how to center table text in html 
Css :: div class sr-only 
Css :: how to give text two colors in css 
Css :: tailwind @apply 
Css :: css hot to center image in bootsrtap container 
Css :: css animation stop 
Css :: css transform translate rotate 
Css :: z index div over cursor 
Css :: flex margin between items 
Css :: box shadow css property 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =