- CSS stands for Cascading Style Sheet.
- Styles define how to display HTML elements
- Styles were added to HTML 4.0 to solve a problem
- External Style Sheets can save a lot of work
- External Style Sheets are stored in CSS files
http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/bk-frontend-dev-guide.html
https://www.creare.co.uk/blog/magento/theming-in-magento-2-part-1
https://www.creare.co.uk/blog/magento/theming-in-magento-2-part-2
http://alanstorm.com/category/magento-2/I have installed Magento 2 successfully, but icons are not displaying and not able to click anywhere in backend.
Please try running following command.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 10) require – dependencies module | |
| "require": | |
| { | |
| "php": "~5.5.0|~5.6.0", | |
| "zendframework/zend-stdlib": "2.4.0", | |
| "zendframework/zend-code": "2.4.0", |