I just make a html site with bootstrap 3. Now I am trying to make it wordpress theme. I make the index.html to index.php & I make a css file called "style.css"
In style.css I import my bootstrap css file like this way:
@import url('css/bootstrap.css');
@import url('css/bootstrap.min.css');
Then I upload the theme on a server. I active the theme. But my site looks like without any css. It seems a html site without any css. I tried in many way but don't understand why my theme don't find css. I don't make any change in my theme like using php function in my theme yet.
Please if you guy know the solution of this problem please help me.