if I have the following code:
will there be problem or both modernizr and less library can work at the same time?Code:<head> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet/less" type="text/css" href="styles.less"> <script src="js/less.js" type="text/javascript"></script> <script src="js/libs/modernizr-2.5.3.min.js"></script> </head>


Reply With Quote

Bookmarks