1
I’m making a website and I’m already finishing, but to make my site responsive I would need two classes from the Materialize library. The intention was to take only these two classes because by inserting the entire library my entire site changes. (Website without library link and website with library link respectively)
Yeah, but what library are you using?
– Dakota
When I learned I was taught to make my own classes, my own . menu for example, apart from that I used bootstrap for the columns
– Gustavo Lofrese
But the library is yours then?
– Dakota
The library I want to import is Materialize, like placing the link and then specifying that I want to join the class x and y For example: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" > and there define somehow that the only things I want to get from there are the sidenav-Trigger and sidenav classes
– Gustavo Lofrese