I have made a few changes to the original CSS and want to use as much from the original things. Only with a few adds.
As i can see it should match up:
`<link type=”text/css” rel=”stylesheet” href=”<?php echo plugin_dir_url( ‘my-tickets/css/generic.css’, __FILE__ ); ?>”/>
<link type=”text/css” rel=”stylesheet” href=”<?php echo plugin_dir_url( ‘my-tickets/css/ticket.css’, __FILE__ ); ?>”/>`
Generic.css and ticket.css is copied to the folder “css” in root plugin.
As they are changed a bit.
Maybe i am doing it totally wrong i am still very new to coding. And try a lot of things. This does not work for me. As far i can see.